home *** CD-ROM | disk | FTP | other *** search
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
- !IF "$(CFG)" == ""
- CFG=SimpleFormat40 - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to SimpleFormat40 - Win32\
- Debug.
- !ENDIF
-
- !IF "$(CFG)" != "SimpleFormat40 - Win32 Release" && "$(CFG)" !=\
- "SimpleFormat40 - Win32 Debug"
- !MESSAGE Invalid configuration "$(CFG)" specified.
- !MESSAGE You can specify a configuration when running NMAKE on this makefile
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "SimpleFormat40.mak" CFG="SimpleFormat40 - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "SimpleFormat40 - Win32 Release" (based on\
- "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "SimpleFormat40 - Win32 Debug" (based on\
- "Win32 (x86) Dynamic-Link Library")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
-
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
- ################################################################################
- # Begin Project
- # PROP Target_Last_Scanned "SimpleFormat40 - Win32 Debug"
- RSC=rc.exe
- MTL=mktyplib.exe
- CPP=cl.exe
-
- !IF "$(CFG)" == "SimpleFormat40 - Win32 Release"
-
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "temp"
- # PROP Target_Dir ""
- OUTDIR=.\Release
- INTDIR=.\temp
-
- ALL : "..\..\SDKPlugins\SimpleFormat.8bi" ".\temp\SimpleFormat.tmp"\
- ".\temp\SimpleFormat.pipl"
-
- CLEAN :
- -@erase "$(INTDIR)\PIUtilities.obj"
- -@erase "$(INTDIR)\SimpleFormat.obj"
- -@erase "$(INTDIR)\SimpleFormat.pipl"
- -@erase "$(INTDIR)\SimpleFormat.res"
- -@erase "$(INTDIR)\SimpleFormat.tmp"
- -@erase "$(INTDIR)\SimpleFormatScripting.obj"
- -@erase "$(INTDIR)\SimpleFormatUIWin.obj"
- -@erase "$(INTDIR)\WinDialogUtils.obj"
- -@erase "$(INTDIR)\WinUtilities.obj"
- -@erase "$(OUTDIR)\SimpleFormat.exp"
- -@erase "$(OUTDIR)\SimpleFormat.lib"
- -@erase "..\..\SDKPlugins\SimpleFormat.8bi"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- "$(INTDIR)" :
- if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
-
- # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /G5 /MT /W3 /GX /O2 /I "Common" /I "..\..\Common\Headers.h" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1 /YX /c
- CPP_PROJ=/nologo /G5 /MT /W3 /GX /O2 /I "Common" /I "..\..\Common\Headers.h" /D\
- "NDEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1\
- /Fp"$(INTDIR)/SimpleFormat40.pch" /YX /Fo"$(INTDIR)/" /c
- CPP_OBJS=.\temp/
- CPP_SBRS=.\.
- # ADD BASE MTL /nologo /D "NDEBUG" /win32
- # ADD MTL /nologo /D "NDEBUG" /win32
- MTL_PROJ=/nologo /D "NDEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /i "Common" /i "..\..\Common\Headers.h" /i "..\..\Common\Rez-files.r" /d "NDEBUG" /d MSWindows=1
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/SimpleFormat.res" /i "Common" /i\
- "..\..\Common\Headers.h" /i "..\..\Common\Rez-files.r" /d "NDEBUG" /d\
- MSWindows=1
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/SimpleFormat40.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
- # ADD LINK32 user32.lib kernel32.lib gdi32.lib comdlg32.lib msvcrt.lib /nologo /entry:"DLLInit@12" /subsystem:windows /dll /machine:I386 /out:"..\..\SDKPlugins\SimpleFormat.8bi"
- LINK32_FLAGS=user32.lib kernel32.lib gdi32.lib comdlg32.lib msvcrt.lib /nologo\
- /entry:"DLLInit@12" /subsystem:windows /dll /incremental:no\
- /pdb:"$(OUTDIR)/SimpleFormat.pdb" /machine:I386 /def:".\SimpleFormat.Def"\
- /out:"..\..\SDKPlugins\SimpleFormat.8bi" /implib:"$(OUTDIR)/SimpleFormat.lib"
- DEF_FILE= \
- ".\SimpleFormat.Def"
- LINK32_OBJS= \
- "$(INTDIR)\PIUtilities.obj" \
- "$(INTDIR)\SimpleFormat.obj" \
- "$(INTDIR)\SimpleFormat.res" \
- "$(INTDIR)\SimpleFormatScripting.obj" \
- "$(INTDIR)\SimpleFormatUIWin.obj" \
- "$(INTDIR)\WinDialogUtils.obj" \
- "$(INTDIR)\WinUtilities.obj"
-
- "..\..\SDKPlugins\SimpleFormat.8bi" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "SimpleFormat40 - Win32 Debug"
-
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "temp"
- # PROP Target_Dir ""
- OUTDIR=.\Debug
- INTDIR=.\temp
-
- ALL : "..\..\SDKPlugins\SimpleFormat.8bi" ".\temp\SimpleFormat.tmp"\
- ".\temp\SimpleFormat.pipl"
-
- CLEAN :
- -@erase "$(INTDIR)\PIUtilities.obj"
- -@erase "$(INTDIR)\SimpleFormat.obj"
- -@erase "$(INTDIR)\SimpleFormat.pipl"
- -@erase "$(INTDIR)\SimpleFormat.res"
- -@erase "$(INTDIR)\SimpleFormat.tmp"
- -@erase "$(INTDIR)\SimpleFormatScripting.obj"
- -@erase "$(INTDIR)\SimpleFormatUIWin.obj"
- -@erase "$(INTDIR)\vc40.idb"
- -@erase "$(INTDIR)\vc40.pdb"
- -@erase "$(INTDIR)\WinDialogUtils.obj"
- -@erase "$(INTDIR)\WinUtilities.obj"
- -@erase "$(OUTDIR)\SimpleFormat.exp"
- -@erase "$(OUTDIR)\SimpleFormat.lib"
- -@erase "$(OUTDIR)\SimpleFormat.pdb"
- -@erase "..\..\SDKPlugins\SimpleFormat.8bi"
- -@erase "..\..\SDKPlugins\SimpleFormat.ilk"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- "$(INTDIR)" :
- if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
-
- # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /G5 /MTd /W3 /Gm /GX /Zi /Od /I "Common" /I "..\..\Common\Headers.h" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1 /YX /c
- CPP_PROJ=/nologo /G5 /MTd /W3 /Gm /GX /Zi /Od /I "Common" /I\
- "..\..\Common\Headers.h" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1\
- /Fp"$(INTDIR)/SimpleFormat40.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
- CPP_OBJS=.\temp/
- CPP_SBRS=.\.
- # ADD BASE MTL /nologo /D "_DEBUG" /win32
- # ADD MTL /nologo /D "_DEBUG" /win32
- MTL_PROJ=/nologo /D "_DEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG"
- # ADD RSC /l 0x409 /i "Common" /i "..\..\Common\Headers.h" /i "..\..\Common\Rez-files.r" /d "_DEBUG" /d MSWindows=1
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/SimpleFormat.res" /i "Common" /i\
- "..\..\Common\Headers.h" /i "..\..\Common\Rez-files.r" /d "_DEBUG" /d\
- MSWindows=1
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/SimpleFormat40.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
- # ADD LINK32 user32.lib kernel32.lib gdi32.lib comdlg32.lib msvcrt.lib /nologo /entry:"DLLInit@12" /subsystem:windows /dll /debug /machine:I386 /out:"..\..\SDKPlugins\SimpleFormat.8bi"
- LINK32_FLAGS=user32.lib kernel32.lib gdi32.lib comdlg32.lib msvcrt.lib /nologo\
- /entry:"DLLInit@12" /subsystem:windows /dll /incremental:yes\
- /pdb:"$(OUTDIR)/SimpleFormat.pdb" /debug /machine:I386\
- /def:".\SimpleFormat.Def" /out:"..\..\SDKPlugins\SimpleFormat.8bi"\
- /implib:"$(OUTDIR)/SimpleFormat.lib"
- DEF_FILE= \
- ".\SimpleFormat.Def"
- LINK32_OBJS= \
- "$(INTDIR)\PIUtilities.obj" \
- "$(INTDIR)\SimpleFormat.obj" \
- "$(INTDIR)\SimpleFormat.res" \
- "$(INTDIR)\SimpleFormatScripting.obj" \
- "$(INTDIR)\SimpleFormatUIWin.obj" \
- "$(INTDIR)\WinDialogUtils.obj" \
- "$(INTDIR)\WinUtilities.obj"
-
- "..\..\SDKPlugins\SimpleFormat.8bi" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ENDIF
-
- .c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
-
- .cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
-
- .cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
-
- ################################################################################
- # Begin Target
-
- # Name "SimpleFormat40 - Win32 Release"
- # Name "SimpleFormat40 - Win32 Debug"
-
- !IF "$(CFG)" == "SimpleFormat40 - Win32 Release"
-
- !ELSEIF "$(CFG)" == "SimpleFormat40 - Win32 Debug"
-
- !ENDIF
-
- ################################################################################
- # Begin Source File
-
- SOURCE=.\SimpleFormatUIWin.c
- DEP_CPP_SIMPL=\
- "..\..\Common\Headers.h\DialogUtilities.h"\
- "..\..\Common\Headers.h\PIAbout.h"\
- "..\..\Common\Headers.h\PIActions.h"\
- "..\..\Common\Headers.h\PIFormat.h"\
- "..\..\Common\Headers.h\PIGeneral.h"\
- "..\..\Common\Headers.h\PITypes.h"\
- "..\..\Common\Headers.h\PIUtilities.h"\
- "..\..\Common\Headers.h\WinDialogUtils.h"\
- "..\..\Common\Headers.h\WinUtilities.h"\
- ".\Common\SimpleFormat.h"\
-
- NODEP_CPP_SIMPL=\
- "..\..\Common\Headers.h\AERegistry.h"\
- "..\..\Common\Headers.h\AEUserTermTypes.r"\
- "..\..\Common\Headers.h\AppleEvents.r"\
- "..\..\Common\Headers.h\Types.r"\
-
-
- "$(INTDIR)\SimpleFormatUIWin.obj" : $(SOURCE) $(DEP_CPP_SIMPL) "$(INTDIR)"
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\SimpleFormat.rc
- NODEP_RSC_SIMPLE=\
- ".\SimpleFormat.pipl"\
-
-
- "$(INTDIR)\SimpleFormat.res" : $(SOURCE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\Common\SimpleFormatScripting.c
- DEP_CPP_SIMPLEF=\
- "..\..\Common\Headers.h\DialogUtilities.h"\
- "..\..\Common\Headers.h\PIAbout.h"\
- "..\..\Common\Headers.h\PIActions.h"\
- "..\..\Common\Headers.h\PIFormat.h"\
- "..\..\Common\Headers.h\PIGeneral.h"\
- "..\..\Common\Headers.h\PITypes.h"\
- "..\..\Common\Headers.h\PIUtilities.h"\
- "..\..\Common\Headers.h\WinDialogUtils.h"\
- "..\..\Common\Headers.h\WinUtilities.h"\
- ".\Common\SimpleFormat.h"\
-
- NODEP_CPP_SIMPLEF=\
- "..\..\Common\Headers.h\AERegistry.h"\
- "..\..\Common\Headers.h\AEUserTermTypes.r"\
- "..\..\Common\Headers.h\AppleEvents.r"\
- "..\..\Common\Headers.h\Types.r"\
-
-
- "$(INTDIR)\SimpleFormatScripting.obj" : $(SOURCE) $(DEP_CPP_SIMPLEF)\
- "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\Common\SimpleFormat.h
-
- !IF "$(CFG)" == "SimpleFormat40 - Win32 Release"
-
- !ELSEIF "$(CFG)" == "SimpleFormat40 - Win32 Debug"
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\Common\SimpleFormat.r
-
- !IF "$(CFG)" == "SimpleFormat40 - Win32 Release"
-
- # Begin Custom Build - Compiling PiPL resource...
- IntDir=.\temp
- InputPath=.\Common\SimpleFormat.r
- InputName=SimpleFormat
-
- BuildCmds= \
- cl /I..\..\Common\Headers.h /I..\..\Common\Rez-files.r /EP /DMSWindows=1\
- /Tc$(InputPath) > $(IntDir)\$(InputName).tmp \
- ..\..\Resources\cnvtpipl $(IntDir)\$(InputName).tmp\
- $(IntDir)\$(InputName).pipl \
-
-
- "$(IntDir)\$(InputName).tmp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
- "$(IntDir)\$(InputName).pipl" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
- # End Custom Build
-
- !ELSEIF "$(CFG)" == "SimpleFormat40 - Win32 Debug"
-
- # Begin Custom Build - Compiling PiPL resource...
- IntDir=.\temp
- InputPath=.\Common\SimpleFormat.r
- InputName=SimpleFormat
-
- BuildCmds= \
- cl /I..\..\Common\Headers.h /I..\..\Common\Rez-files.r /EP /DMSWindows=1\
- /Tc$(InputPath) > $(IntDir)\$(InputName).tmp \
- ..\..\Resources\cnvtpipl $(IntDir)\$(InputName).tmp\
- $(IntDir)\$(InputName).pipl \
-
-
- "$(IntDir)\$(InputName).tmp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
- "$(IntDir)\$(InputName).pipl" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
- # End Custom Build
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\Common\SimpleFormat.c
- DEP_CPP_SIMPLEFO=\
- "..\..\Common\Headers.h\DialogUtilities.h"\
- "..\..\Common\Headers.h\PIAbout.h"\
- "..\..\Common\Headers.h\PIActions.h"\
- "..\..\Common\Headers.h\PIFormat.h"\
- "..\..\Common\Headers.h\PIGeneral.h"\
- "..\..\Common\Headers.h\PITypes.h"\
- "..\..\Common\Headers.h\PIUtilities.h"\
- "..\..\Common\Headers.h\WinDialogUtils.h"\
- "..\..\Common\Headers.h\WinUtilities.h"\
- ".\Common\SimpleFormat.h"\
-
- NODEP_CPP_SIMPLEFO=\
- "..\..\Common\Headers.h\AERegistry.h"\
- "..\..\Common\Headers.h\AEUserTermTypes.r"\
- "..\..\Common\Headers.h\AppleEvents.r"\
- "..\..\Common\Headers.h\Types.r"\
-
-
- "$(INTDIR)\SimpleFormat.obj" : $(SOURCE) $(DEP_CPP_SIMPLEFO) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE="\Adobe\Photoshop SDK\Examples\Common\Sources.c\WinUtilities.c"
- DEP_CPP_WINUT=\
- "..\..\Common\Headers.h\DialogUtilities.h"\
- "..\..\Common\Headers.h\PIAbout.h"\
- "..\..\Common\Headers.h\PIActions.h"\
- "..\..\Common\Headers.h\PIGeneral.h"\
- "..\..\Common\Headers.h\PITypes.h"\
- "..\..\Common\Headers.h\PIUtilities.h"\
- "..\..\Common\Headers.h\WinDialogUtils.h"\
- "..\..\Common\Headers.h\WinUtilities.h"\
-
- NODEP_CPP_WINUT=\
- "..\..\Common\Headers.h\AERegistry.h"\
- "..\..\Common\Headers.h\AEUserTermTypes.r"\
- "..\..\Common\Headers.h\AppleEvents.r"\
- "..\..\Common\Headers.h\Types.r"\
-
-
- "$(INTDIR)\WinUtilities.obj" : $(SOURCE) $(DEP_CPP_WINUT) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE="\Adobe\Photoshop SDK\Examples\Common\Sources.c\WinDialogUtils.c"
- DEP_CPP_WINDI=\
- "..\..\Common\Headers.h\DialogUtilities.h"\
- "..\..\Common\Headers.h\PIAbout.h"\
- "..\..\Common\Headers.h\PIActions.h"\
- "..\..\Common\Headers.h\PIGeneral.h"\
- "..\..\Common\Headers.h\PITypes.h"\
- "..\..\Common\Headers.h\PIUtilities.h"\
- "..\..\Common\Headers.h\WinDialogUtils.h"\
- "..\..\Common\Headers.h\WinUtilities.h"\
-
- NODEP_CPP_WINDI=\
- "..\..\Common\Headers.h\AERegistry.h"\
- "..\..\Common\Headers.h\AEUserTermTypes.r"\
- "..\..\Common\Headers.h\AppleEvents.r"\
- "..\..\Common\Headers.h\Types.r"\
-
-
- "$(INTDIR)\WinDialogUtils.obj" : $(SOURCE) $(DEP_CPP_WINDI) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE="\Adobe\Photoshop SDK\Examples\Common\Sources.c\PIUtilities.c"
- DEP_CPP_PIUTI=\
- "..\..\Common\Headers.h\DialogUtilities.h"\
- "..\..\Common\Headers.h\PIAbout.h"\
- "..\..\Common\Headers.h\PIActions.h"\
- "..\..\Common\Headers.h\PIGeneral.h"\
- "..\..\Common\Headers.h\PITypes.h"\
- "..\..\Common\Headers.h\PIUtilities.h"\
- "..\..\Common\Headers.h\WinDialogUtils.h"\
- "..\..\Common\Headers.h\WinUtilities.h"\
-
- NODEP_CPP_PIUTI=\
- "..\..\Common\Headers.h\AERegistry.h"\
- "..\..\Common\Headers.h\AEUserTermTypes.r"\
- "..\..\Common\Headers.h\AppleEvents.r"\
- "..\..\Common\Headers.h\Types.r"\
-
-
- "$(INTDIR)\PIUtilities.obj" : $(SOURCE) $(DEP_CPP_PIUTI) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\SimpleFormat.Def
-
- !IF "$(CFG)" == "SimpleFormat40 - Win32 Release"
-
- !ELSEIF "$(CFG)" == "SimpleFormat40 - Win32 Debug"
-
- !ENDIF
-
- # End Source File
- # End Target
- # End Project
- ################################################################################
-